Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.core.CoreExtensions--deprecation

This contribution is part of XML component org.nuxeo.ecm.core.CoreExtensions inside nuxeo-core-9.10.jar /OSGI-INF/CoreExtensions.xml

Documentation

The deprecated core properties

Extension Point

Extension point deprecation of component TypeService.

Contributed Items

  • <property name="size" schema="common"/>
  • <property fallback="content/name" name="filename" schema="file"/>
  • <property fallback="files/*/file/name" name="files/*/filename" schema="files"/>

XML Source

<extension point="deprecation" target="org.nuxeo.ecm.core.schema.TypeService">
    <documentation>The deprecated core properties</documentation>
    <!-- Removed since 9.1 -->
    <property name="size" schema="common"/>
    <property fallback="content/name" name="filename" schema="file"/>
    <property fallback="files/*/file/name" name="files/*/filename" schema="files"/>
  </extension>